/*
	Theme Name: Bright
	Description: Responsive HTML Template  
	Version: 1.0
	Author: alphawd
	Tags: bootstrap, flat, template, theme, responsive, business, corporate, agency, portfolio, multipurpose 
*/

/* Table of Content
==================================================
	IMPORT SECTION
	MAIN
	STRUCTURE
	PAGES
    MEDIA QUERIES
	MISC
	
/*------------------------------------*\
    IMPORT SECTION
\*------------------------------------*/

@import url(bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300,300italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url(font-awesome.css);
@import url(linecons.css);
@import url(fakeLoader.css);
@import url(mmenu.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(component02.css);

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #818181;
  text-align: justify;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  color: #444444;
  margin: 10px 0;
}

h1 {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
  line-height: 22px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 16px;
}

p {
  margin: 0 0 10px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.2s ease 0s;
}

a,
a:link,
a:active,
a:visited,
a:hover {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote {
  border: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

@media (min-width: 1200px) {
  .top-wrapper .container {
    width: 1315px;
  }
}

/* wrapper */
.wrapper {
  width: 100%;
  position: relative;
}

/* top-wrapper */
.top-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
}

.top-bar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  background-color: #0071b7;
}

.top-bar i {
  margin-right: 8px;
}

.top-bar a {
  color: #d1d1d1;
}

.top-bar ul,
.top-bar li {
  margin: 0;
  padding: 0;
}

ul.top-contact {
  float: left;
}

ul.top-contact li {
  display: inline-block;
  margin-right: 30px;
}

ul.top-social {
  float: right;
}

ul.top-social li {
  display: inline-block;
  margin-right: 10px;
}

.white {
  background-color: #fff;
}

.white .top-bar p,
.white .top-bar ul li,
.white .top-bar ul li a,
.white .header .menu>ul>li>a {
  color: #818181;
}

/* header */
.header {
  width: 100%;
  background: #ffffff38;
  color: #000;
  min-height: 90px;
}

.white .header {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

a.responsive-menu {
  float: left;
  display: none;
  font-size: 24px;
  color: #0071b7;
  width: 40px;
  height: 40px;
  line-height: 100px;
}

.white a.responsive-menu {
  float: left;
  display: none;
  font-size: 24px;
  color: #454545 !important;
  width: 40px;
  height: 40px;
  line-height: 100px;
}

/* logo */
a.logo,
a.logo-light {
  float: left;
  height: 90px;
  padding-top: 20px;
}

a.logo-light img {
  height: 50px;
  width: auto;
}

/* nav */
.menu {
  float: right;
  position: relative;
  height: 44px;
  width: auto;
  margin-top: 20px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.menu>ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}

.menu:after,
.menu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.menu.align-right>ul>li {
  float: right;
}

.menu.align-center ul {
  text-align: center;
}

.menu.align-center ul ul {
  text-align: left;
}

.menu>ul>li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.hr-line-bar {
  width: 1px;
  background-color: #b3b3b3;
  height: 14px;
}

.menu>ul>#menu-button {
  display: none;
}

.menu ul li a {
  display: block;
  text-decoration: none;
}

.menu>ul>li>a {
  font-size: 16px;
  font-weight: 600;
  padding: 19px 10px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.menu>ul>li.sub>a {
  width: 104px;
  text-align: center;
}

.menu>ul>li.sub::after {
  position: absolute;
  bottom: 0;
  left: 17px;
  content: '';
  width: 0;
  height: 2px;
}

.menu>ul>li.sub:hover::after {
  background-color: #0071b7;
  width: 105px;
  transition: width .4s ease-in-out;
}

.menu>ul>li:hover>a {
  color: #0071b7;
}

/* .menu li.sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
} */

/* .menu>ul>li.sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #ffffff;
} */

/* .menu>ul>li:hover::after {
  border-top-color: #ffffff;
} */

.menu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}

.menu ul ul ul {
  top: 37px;
  padding-left: 5px;
}

.menu ul ul li {
  position: relative;
}

.menu>ul>li:hover>ul {
  width: 210px;
  left: -33px;
  top: 55px;
  opacity: 1;
  padding: 20px 0;
  background-color: black;
}

.menu.align-right>ul>li:hover>ul {
  left: auto;
  right: 0;
  opacity: 1;
}

.menu ul ul li:hover>ul {
  left: 190px;
  top: 0;
  opacity: 1;
}

.menu.align-right ul ul li:hover>ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}

.menu ul ul li a {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px dotted #eeeeee;
  padding: 10px 20px;
  font-size: 13px;
  color: #ffffff;
  background: black;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.menu.align-right ul ul li a {
  text-align: right;
}

.menu ul ul li:hover>a {
  background-color: #0071b7;
}

.menu ul ul li:last-child>a,
.menu ul ul li.last>a {
  border-bottom: 0;
}

/* .menu>ul>li>ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 97px;
} */

.menu.align-right>ul>li>ul::after {
  left: auto;
  right: 30px;
}

.menu ul ul li.sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

.menu.align-right ul ul li.sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}

.menu ul ul li.sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.menu.align-right ul ul li.sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

ul.second-nav {
  float: right;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}

ul.second-nav li {
  display: inline-block;
}

ul.second-nav li a {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 100px;
  text-transform: uppercase;
  margin: 0;
}

ul.second-nav li:last-child>a {
  margin: 0 !important;
}

/* Header search form */
#header-search-form input[type="text"] {
  margin-top: 30%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 48px;
  font-weight: 200;
  height: auto;
  line-height: 48px;
  margin-bottom: 15px;
  padding: 20px 10px;
  resize: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(46, 204, 113, 0.9);
  z-index: 999999;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}

/* content */
.content {
  padding-top: 120px;
}

.block {
  padding: 60px 0;
}

.grey {
  background-color: #f7f7f7;
}

.line {
  width: 20px;
  height: 2px;
  margin: 20px 0;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* sidebar */
aside .widget {
  margin: 0 0 42px;
}

aside .widget h5 {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
  line-height: 1.57143em;
  text-transform: uppercase;
  /* margin-bottom: 14px; */
}

aside .widget.posts_holder li {
  margin: 0;
  padding: 7px 0;
}

aside .widget.posts_holder li.page_item_has_children>ul.children li:last-child,
aside .widget.posts_holder li.menu-item-has-children>ul.sub-menu li:last-child {
  border-bottom: 0 none;
}

aside .widget.posts_holder li:hover {
  color: #2ecc71;
}

aside .widget.posts_holder li.page_item_has_children>ul.children,
aside .widget.posts_holder li.menu-item-has-children>ul.sub-menu {
  padding-left: 10px;
}

aside .widget.posts_holder li.page_item_has_children>a,
aside .widget.posts_holder li.menu-item-has-children>a {
  display: block;
}

aside .widget a {
  color: inherit;
}

aside .widget {
  margin: 0 0 42px;
}

.widget .tagcloud a {
  margin: 0 0 3px;
}

.widget .tagcloud a {
  display: inline-block;
  font-size: 13px !important;
}

.widget .tagcloud a::after {
  content: ",";
}

aside .widget a {
  color: inherit;
}

aside .widget a,
.side_menu a,
.side_menu .widget li {
  font-weight: 400;
  transition: color 0.3s ease-in-out 0s;
}

/* footer */
.footer {
  position: relative;
  color: #818181;
  padding-bottom: 0 !important;
}

html.mm-iphone-addressbar body {
  padding-bottom: 0 !important;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #0071b7;
}

.footer-top {
  width: 100%;
  clear: both;
  padding: 60px 0;
  background-color: #1c1c1c;
}

.footer-top a.logo {
  float: none;
  display: block;
  width: 135px;
  margin-bottom: 15px;
  line-height: 22px;
}

.footer-top .widget-title {
  color: #cdcdcd;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px !important;
}

ul.post-list li {
  margin-bottom: 15px;
}

ul.post-list li a {
  color: #fff;
}

ul.post-list li a:hover {
  text-decoration: none;
}

.tag {
  float: left;
  background-color: #222222;
  padding: 8px 12px;
  margin: 0 6px 6px 0;
}

.tag a {
  font-size: 13px;
  color: #fff;
}

.footer-bottom {
  width: 100%;
  clear: both;
  padding: 25px 0;
  background-color: #222;
  font-size: 11px;
}

.footer-bottom p {
  float: left;
  margin: 0;
}

.footer-bottom a {
  color: #cdcdcd !important;
  font-weight: 600;
}

.footer-bottom a:hover {
  color: #0071b7 !important;
}

ul.footer-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-menu li {
  float: left;
  padding: 0 10px;
}

ul.footer-menu li:first-child {
  padding: 0 10px 0 0;
}

ul.footer-menu li:last-child {
  padding: 0 0 0 10px;
}

ul.footer-menu li a {
  display: block;
  color: #cdcdcd !important;
  margin-left: 16px;
}

ul.footer-menu li a:hover {
  color: #0071b7 !important;
}

ul.footer-contact {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

ul.footer-contact li {
  line-height: 25px;
}

ul.footer-contact li i {
  color: #bfbfbf;
  float: left;
  line-height: 25px;
}

ul.footer-contact li span {
  color: #818181;
  display: block;
  margin-left: 20px;
}

ul.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-social li {
  display: inline-block;
}

ul.footer-social li a i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  color: #bfbfbf;
  transition: color 0.2s ease 0s;
  margin: 0 9px;
}

ul.footer-social li a i:hover {
  color: #0071b7;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
#hero-slider .item {
  width: 100%;
  max-height: 800px;
}

#hero-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#hero-slider .owl-controls {
  display: none !important;
}

.h-caption {
  position: absolute;
  z-index: 9999;
  top: 310px;
  left: 155px;
}

.h-title {
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 52px;
  margin-bottom: 20px;
}

.h-subtitle {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 30px;
}

.h-caption .btn-primary {
  margin-right: 7px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  z-index: 999;
}

#progressBar {
  width: 100%;
  background: #EDEDED;
}

.btn {
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
}

.btn-default {
  background: transparent;
  border: 2px solid #ddd !important;
  color: #222 !important;
}

.btn-default:hover {
  background: transparent !important;
  border: 2px solid #222 !important;
  color: #222 !important;
}

.btn-primary {
  background-color: #0071b7;
  border-color: #0071b7;
  color: #fff;
}

.btn-primary:hover {
  background-color: #28b563;
  border-color: #28b563;
  color: #fff;
}

.h-caption .btn-primary,
.btn-transparent:hover {
  background-color: #0071b7;
  border-color: #0071b7;
  color: #fff;
}

.btn-transparent,
.h-caption .btn-primary:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}

.subtitle {
  margin-bottom: 40px;
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.services i {
  float: left;
  font-size: 26px;
  color: #0071b7;
}

.services h3 {
  margin: 0 0 10px;
  text-transform: none;
  color: black;
}

.services h3,
.services p {
  margin-left: 50px;
  color: black;
}

.promo-box {
  padding: 30px 0;
  background-color: #0071b7;
}

.promo-box h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 20px;
  margin: 10px 0 0 !important;
}

.promo-box .btn {
  border: 2px solid #33e27c;
  margin: 0 !important;
  color: #fff;
}

.promo-box .btn:hover {
  border: 2px solid #fff !important;
  background: transparent;
  margin: 0;
}

img.mockup {
  display: block;
  margin: 0 auto;
}

.counter-wrapper {
  width: 100%;
  padding: 100px 0;
}

.counter-wrapper .line {
  background-color: #fff !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.title_counter h4 {
  font-family: 'Times New Roman' !important;
  color: #999 !important;
  /* font-style: italic; */
  font-size: 18px !important;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  margin: 0 !important;
}

.responsive img {
  display: block;
  margin: 20px auto 0;
}

.counter {

  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  color: #fff !important;
  display: inline-block;
  margin-bottom: 18px;
}

.counter>.counter {
  margin-bottom: 0;
}

code,
code>.counter {
  text-align: left;
  display: block;
  font-family: Monaco, monospace;
  background: #444;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}

code>.counter {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .counter {
    font-size: 33px;
  }
}

@media only screen and (max-width: 800px) {
  .counter {
    font-size: 33px;
  }
}

.service h4 {
  text-transform: none;
}

.m40 {
  height: 40px;
  clear: both;
}

#testimonial-carousel {
  margin-top: 35px;
  text-align: center;
}

.client-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 5px auto 10px !important;
}

h4.client-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}

.client-name a {
  color: #0071b7;
}

p.client-t {
  font-size: 18px;
  font-weight: 400;
  color: #818181;
  line-height: 32px;
}

p.client-t i {
  font-size: 22px;
}

p.client-t i.fa-quote-left {
  margin-right: 5px;
}

p.client-t i.fa-quote-right {
  margin-left: 5px;
}

.block-clients {
  padding: 50px 0;
}

ul.clients {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.clients li {
  display: inline-block;
  margin: 0 33px;
}

ul.clients li img {
  width: 120px;
}

/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

#intro {
  background: url(../img/apple.jpg) 50% 0 no-repeat fixed;
  color: white;
  margin: 0 auto;
  padding: 0;
}

#intro_2 {
  background: url(../img/woman.jpg) 50% 0 no-repeat fixed;
  color: white;
  margin: 0 auto;
  padding: 0;
}

/*------------------------------------*\
    ABOUT US
\*------------------------------------*/
.page-hero {
  background-image: url(../img/page-hero.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 300px 0 150px;
}

.about-us {
  background-image: url(../img/about_us.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 420px 0 130px;
}

.hero-title {

  font-size: 48px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding: 0;
}

.page-hero .line {
  background-color: #fff !important;
  width: 30px !important;
}

.progress_text p.title {
  font-family: 'Times New Roman' !important;
  font-style: italic;
  float: left;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  color: #4a4a4a;
  padding: 0px;
  margin: 0;
}

.progress_text {
  padding: 0 0 7px;
  overflow: hidden;
}

.progress_text .number {
  float: right;
  color: #a2a2a2;
}

.progress {
  margin-bottom: 20px;
  height: 3px;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
}

.progress div {
  width: 0px;
  height: 3px;
  overflow: hidden;
  position: relative;
  background-color: #0071b7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}

.member-desc {
  padding: 25px 0;
  background-color: #fff;
}

.member-desc h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 2px !important;
}

span.job-title {
  font-family: 'Times New Roman';
  font-size: 14px;
  font-style: italic;
  color: #999999;
}

ul.social {
  margin: 15px 0 0;
}

ul.social li {
  display: inline-block;
}

ul.social li a {
  font-size: 16px;
  color: #999999;
  margin: 0 2px;
}

/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.features-box {
  margin: 45px auto 20px;
}

.features-box h1 {
  font-size: 24px;
}

.features-box p {
  color: #727272;
}

p.desc {
  margin-bottom: 30px;
}

.features-box i {
  font-size: 30px;
  color: #0071b7;
}

/*------------------------------------*\
    SERVICES 2
\*------------------------------------*/
.serv {}

.serv:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

.serv-desc {
  padding: 20px 0;
}

.pricing-top {
  background-color: #18191a;
  padding: 30px 0;
  border-radius: 3px 3px 0 0;
}

.pricing-block .colored {
  background-color: #2ecc71;
}

.pricing-block .colored li {
  color: #fff !important;
}

.pricing-top ul li {
  margin: 0 0 5px;
  padding: 0;
}

.pricing-top ul li:last-child {
  margin: 0;
  padding: 0;
}

.pricing-title {
  font-size: 18px;
  font-weight: 700;
  color: #9a9da3;
  text-transform: uppercase;
}

.price {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
}

.price-month {
  font-size: 13px;
  font-style: italic;
  color: #434548;
}

.pricing-desc {
  padding: 15px 30px 30px;
  border-right: 1px solid #d6d9dc;
  border-left: 1px solid #d6d9dc;
  border-bottom: 1px solid #d6d9dc;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}

.pricing-desc span {
  color: #9a9da3;
  font-weight: 600;
}

.pricing-desc ul li {
  line-height: 1em;
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}

.pricing-desc ul li:last-child {
  border-bottom: 0;
}

.btn-price {
  background: transparent;
  border: 2px solid #222;
  color: #222;
  line-height: 43px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}

.btn-price:hover {
  background: #2ecc71;
  border: 2px solid #2ecc71;
  color: #fff;
  line-height: 43px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}

.btn-price-colored {
  background: #2ecc71;
  border: 2px solid #2ecc71;
  color: #fff !important;
  line-height: 43px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}

.btn-price-colored:hover {
  background: transparent;
  border: 2px solid #222;
  color: #222 !important;
  line-height: 43px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}

/*------------------------------------*\
    PORTFOLIO
\*------------------------------------*/
.portfolio-hero {
  background-image: url(../img/portfolio-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (min-width: 500px) and (max-width: 750px) {
  .portfolio-hero {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .portfolio-hero .text-center>h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .portfolio-hero .line.center {
    margin-top: 10px;
  }
}

@media (min-width: 470px) and (max-width: 499px) {
  .portfolio-hero {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .portfolio-hero .text-center>h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .portfolio-hero .line.center {
    margin-top: 5px;
  }
}

@media (max-width: 470px) {
  .portfolio-hero {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .portfolio-hero .text-center>h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .portfolio-hero .line.center {
    margin-top: 5px;
  }
}



.portfolio-hero .line {
  background-color: #fff !important;
  width: 30px !important;
}

.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}

.portfolio-filter>li {
  display: inline-block;
}

.portfolio-items>li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-filter>li>a {
  font-size: 14px;
  color: #778c90;
  text-transform: uppercase;
  margin: 0 16px;
}

.portfolio-filter>li>a.active {
  color: #0071b7;
}

.portfolio-items.col-2-space>li {
  width: 50%;
  padding: 8px;
}

.portfolio-items.col-3-space>li {
  width: 33%;
  padding: 8px;
}

.portfolio-items.col-4-space>li {
  width: 25%;
  padding: 8px;
}

.portfolio-item .item-main {
  margin: 0;
  text-align: center;
  background: #fff;
  padding: 0;
}

.portfolio-item img {
  max-width: 100%;
  height: auto;
}

.portfolio-item .portfolio-image {
  position: relative;
}

.portfolio-item .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.portfolio-item .overlay-image .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}

.portfolio-item:hover .overlay-image {
  opacity: 1;
}

.item-desc {
  padding: 20px 0;
  background-color: #fff;
}

.item-desc h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.btn-default {
  background-color: transparent;
  border-color: #18191a;
  color: #18191a;
  font-weight: 600 !important;
}

.btn-default:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #fff;
}

/*==========================================
   ISOTOPE FILTERING STYLES
=====================================================*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* ISOTOPE CSS3 TRANSACTIONS */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.blog-hero {
  background-image: url(../img/blog-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 300px 0 150px;
}

.blog-hero .line {
  background-color: #fff !important;
  width: 30px !important;
}

.post {
  margin-bottom: 60px;
}

.post-text {
  background-color: #fff;
  padding: 23px 23px 35px;
}

.post-title,
.post-title a {
  color: #222222 !important;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.38462em;
  text-transform: uppercase;
}

.post-title a:hover {
  color: #0071b7 !important;
}

.post-title span {
  font-size: 24px;
  color: #222222;
}

.post_info {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 18px !important;
  width: 100%;
  line-height: 26px;
}

.post_info a {
  color: #222222;
}

.post_info .time,
.post_info a,
.post_info .post_author,
.post_info .blog_like,
.post_info .blog_share {
  display: inline-block;
}

.post_info i {
  font-size: 3px;
  vertical-align: middle;
}

.post_details p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.post_more {
  margin: 30px 0 0;
}

#post-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#post-slider .owl-controls {
  display: none !important;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
}

#progressBar {
  width: 100%;
  background: #EDEDED;
}

i.qoute_mark {
  color: #c0c0c0;
  font-size: 36px;
  margin: 7px 0 0;
}

.post_title {
  padding: 0 0 0 60px;
}

.post_title p {
  color: #0071b7;
  font-size: 21px;
  line-height: 35px;
}

.quote_author {
  color: #c0c0c0;
  display: block;

  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

/*------------------------------------*\
    BLOG POST
\*------------------------------------*/
.post-text-blue {
  background-color: #f0f4f7;
  padding: 23px 0 35px;
}

blockquote {
  border: 0 !important;
}

blockquote i.pull-left {
  color: #222222;
  font-size: 22px;
  margin: 6px 0 0 !important;
}

blockquote h5 {
  padding: 0 0 0 40px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5625em;
  margin: 0 !important;
  text-transform: none;
}

.single_tags {
  margin: 26px 0 0 0 !important;
  overflow: hidden;
}

.single_tags h5 {
  display: block;
  float: left !important;
  margin-right: 7px !important;
}

.single_tags a {
  color: #0071b7;
  letter-spacing: 1px;
}

.comment_number {
  color: #0071b7;
  margin-bottom: 20px;
}

ul.comment-list {
  list-style: none;
}

.comment-box {
  background-color: #fff;
  padding: 23px;
  margin-bottom: 18px;
}

.avatar-img {
  float: left;
  width: 75px;
  height: 75px;
}

.avatar-img img {
  border-radius: 50% !important;
}

.comment-box .text {
  min-height: 80px;
  padding: 0 0 0 100px;
  position: relative;
}

#comments_form .form-control {
  margin-bottom: 10px;
}

.comments_form {
  margin: 40px 0;
}

.comments_form h5 {
  color: #0071b7;
  margin-bottom: 10px !important;
}

#comments {
  padding: 20px;
}

#comments_form .form-control {
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #818181;
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 17px;
  padding: 15px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin: 0 0 20px !important;
}

textarea {
  min-height: 177px;
}

.comments_form_submit {
  margin-top: 25px;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.control-group {
  margin-bottom: 15px;
}

.modal-header {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  padding: 0 25px 15px;
  text-align: left;
}

.form-top-left {
  float: left;
  padding-top: 25px;
  width: 75%;
}

.modal-title {
  color: #555;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: none;
}

.modal-subtitle {
  font-size: 16px;
  text-transform: none;
  color: #888;
}

.form-top-right {
  color: #ddd;
  float: left;
  font-size: 66px;
  line-height: 100px;
  padding-top: 5px;
  text-align: right;
  width: 25%;
}

.modal-body {
  background-color: #eeeeee;
  border-radius: 0 0 4px 4px;
  padding: 25px 25px 30px !important;
  text-align: left;
}

.form-control {
  background: #f8f8f8;
  border: 3px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #888;

  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

textarea.form-control {
  height: 100px;
}

#contactForm .btn {
  background: #2ecc71;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;

  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  text-transform: none !important;
  width: 100%;
}

/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  ul.footer-contact li{
    width: 100% !important;
  }
  #nav .wrap.busi{
    background-image: none !important;
    height: auto !important;
  }
 
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-container.mob-con-wrap{
    display: none !important;
  }
  #nav .wrap.busi{
    background-image: none !important;
    height: auto !important;
  }
  ul.footer-contact li{
    width: 100% !important;
  }
  a.logo,
  a.logo-light {
    float: none !important;
    margin-left: 20px;
    display: inline-block;
    padding-top: 0;
    height: auto;
  }

  .footer a.logo {
    margin: 0 !important;
  }

  .menu,
  .second-nav {
    display: none;
  }

  a.responsive-menu,
  .white a.responsive-menu {
    display: block;
    line-height: 40px;
  }

  .h-caption {
    display: none;
  }

  img.mockup {
    display: block;
    margin-top: 25px;
  }

  .member-desc {
    margin-bottom: 25px;
  }

  .promo-box h2 {
    margin-bottom: 20px !important;
  }

  ul.footer-menu {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.footer-menu li:first-child a {
    margin: 0;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .swiper-container.mob-con-wrap{
    display: none !important;
  }
  #nav .wrap.busi{
    background-image: none !important;
    height: auto !important;
  }
  .top-wrapper {
    position: absolute;
    background-color: unset;
  }

  .top-bar {
    display: none;
  }

  .content {
    padding-top: 0;
  }

  a.logo,
  a.logo-light {
    float: none !important;
    display: none;
    margin: 0 auto;
  }

  .footer a.logo {
    margin: 0 !important;
  }

  .menu,
  .second-nav {
    display: none;
  }

  a.responsive-menu,
  .white a.responsive-menu {
    display: block;
  }

  .h-caption {
    display: none;
  }

  img.mockup {
    display: block;
    margin-top: 25px;
  }

  .member-desc {
    margin-bottom: 25px;
  }

  .promo-box h2 {
    margin-bottom: 20px !important;
  }

  ul.footer-menu {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.footer-menu li:first-child a {
    margin: 0;
  }

  #intro .text-center>div {
    margin-top: 20px;
  }

  .sidebar {
    display: none;
  }

  .prolist .proli {
    width: 45% !important;
  }

  .return-button {
    display: none;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .flex_top_nav{
    display: flex !important;
  }
  .feature.boxed{
    height: auto !important;
  }
  .block .more{
    visibility: visible !important;
  }
  .newest-pros{
    display: none;
  }
  .moble_prowrap{
    display: flex !important;
  }
  .block{
    padding: 0;
    padding-bottom: 20px;
  }
  .onlymob{
    display: block !important;
  }
  .swiper-container.mob-con-wrap{
    display: none !important;
  }
  .service.mob-con{
    display: none !important;
  }
  .nodisplay{
    display: none !important;
  }
  #nav .wrap.busi{
    background-image: none !important;
    height: auto !important;
  }
  a.responsive-menu i{
    color: #0071b7;
  }
  .container.mob-con{
    top: 10px !important;
  }
  .container.mob-con .image_title{
    padding-bottom: 0;
    width: 150px !important;
  }
  .image_title{
    display: none;
    width: 200px !important;
  }
  .image_title_phone{
    display:flex !important;
  }
  .top-wrapper {
    position: absolute;
    background-color: unset;
  }

  .top-bar {
    display: none;
  }

  .content {
    padding-top: 90px;
  }

  a.logo,
  a.logo-light {
    float: none !important;
    display: block;
    margin: 0 !important;
    padding-top: 10px !important;
    height: auto;
  }
  a.logo-light img{
   height: 30px;
  }
  .footer a.logo {
    margin: 0 !important;
  }

  .menu,
  .second-nav {
    display: none;
  }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    min-height: 50px;
    background-color: rgba(255, 255, 255, 1);
  }
  a.responsive-menu,
  .white a.responsive-menu {
    display:none;
    line-height: 50px;
  }

  .h-caption {
    display: none;
  }

  img.mockup {
    display: block;
    margin-top: 25px;
  }

  .pricing-block {
    margin-bottom: 25px;
  }

  .member-desc {
    margin-bottom: 25px;
  }

  .promo-box h2 {
    margin-bottom: 20px !important;
  }

  ul.footer-menu {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.footer-menu li:first-child a {
    margin: 0;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
.flex_top_nav{
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  display:none;
  align-items: center;
  justify-content: center;
  background: #0071b7;
}
.flex_top_nav .nava{
  position: relative;
  display: block;
  width: 25%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  color: #fff;
}
.flex_top_nav .nava::after{
  position: absolute;
  content: "";
  width: 1px;
  height:16px;
  background: #fff;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.flex_top_nav .nava:last-child::after{
  display: none;
}
.block .more{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  color: #333;
  font-size: 20px;
  visibility: hidden;
}
.block .more span{
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block .more span::after{
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 1px;
  background: #333;
  margin-left: 20px;
}
.block .more span::before{
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 1px;
  background: #333;
  margin-right: 20px;
}

.moble_prowrap{
  position: relative;
  width: 100%;
  padding-top: 15px;
  display: none;
  align-content: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.moble_prowrap .pbox{
  position: relative;
  width: 33.3%;
  
}
.moble_prowrap .pbox .in{
  position: relative;
  padding: 10px;
  display: block;
}
.moble_prowrap .pbox .in .img{
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  border: 1px solid #ddd;
}
.moble_prowrap .pbox .in .t{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #231815;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    flex-direction: column;

}
.onlymob{
  display: none;
}
::selection {
  background: #0071b7;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #0071b7;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #0071b7;
  color: #FFF;
  text-shadow: none;
}

.image_title {
  position: relative;
  width: 254px;
  padding-bottom: 30px;
}
.image_title_phone{
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #0071b7;
  color: #fff;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  display:none;
}
.application {
  width: 100%;
  margin: 0px auto;
}

.application .box-container {
  position: relative;
  margin: 140px auto;
  overflow: hidden;
  background: #818181;
}

.application .box-container .img {
  float: left;
  width: 69%;
  max-width: 1300px;
  overflow: hidden;
}

.application .box-container .img img {
  width: 100%;
  height: auto;
}

.application .box-container .container {
  position: relative;
  float: right;
  width: 31%;
  height: 580px;
  background: #818181 url("../images/application-bg.png") no-repeat top right;
}

.application .box-container .container .icon {
  background: rgba(255, 255, 255, .9);
  border-radius: 100%;
  margin: 140px auto 30px auto;
  width: 100px;
  height: 100px;
}

.application .box-container .container .text {
  width: 70%;
  margin: 20px auto 50px auto;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 25px;
}

.application .box-container .container .text h3 {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 1);
}

.application .box-container .container .view {
  position: absolute;
  left: 50%;
  bottom: 130px;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  transition: all .35s;
}

.application .box-container .container .view a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0px;
  color: rgba(255, 255, 255, .5);
  border-top: 2px solid rgba(255, 255, 255, .5);
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  transition: all .35s;
}

.application .box-container .container .view a:hover {
  color: rgba(255, 255, 255, 1);
  border-top: 2px solid rgba(255, 255, 255, .8);
  border-bottom: 2px solid rgba(255, 255, 255, .8);
}

.application .box-container .container .view:hover {
  bottom: 125px;
}

.application .box-container .box-pagination {
  position: absolute;
  z-index: 100;
  right: 0px;
  width: 30%;
  height: 80px;
  bottom: 0px;
}

.application .box-container .box-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  background: rgba(255, 255, 255, .3);
  opacity: 1;
}

.application .box-container .box-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  margin: 0px 3px;
  background: rgba(255, 255, 255, 1);
}

#nav {
  height: 136px;
  border-bottom: 1px solid #ececec;
}

#nav .wrap {
  height: 100%;
  padding-left: 100px;
  box-sizing: border-box;
}

#nav .wrap.busi {
  background: url('/Public/home/images/ico.busi.png') no-repeat left center;
  background-size: 55px;
}

#nav a {
  display: block;
  /* width: 258px; */
  float: left;
  height: 70px;
  border-left: 1px solid #ececec;
  margin-top: 33px;
  padding-left: 40px;
  margin-right: 41px;
}

#nav a>dl {
  width: 100%;
  height: 100%;
}

#nav dt {
  width: 50px;
  float: right;
  height: 50px;
  margin-top: 8px;
}

#nav dd {
  width: 200px;
  float: left;
}

#nav dl .tit {
  font-size: 26px;
  color: #464646;
  transition: all .2s;
}

#nav dl .txt {
  font-size: 13px;
  color: #464646;
  margin-top: 10px;
}

#nav a:hover .tit,
#nav a.A .tit {
  color: #73a2d7;
}

@media (max-width:1119px) {
  #nav {
    height: auto;
    border-bottom: 0px none;
  }

  #nav .wrap {
    padding-left: 0;
  }

  #nav .wrap.busi {
    background: none;
  }

  #nav a {
    width: 100%;
    float: none;
    height: auto;
    border-left: 0px none;
    margin-top: 0;
    padding-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }

  #nav a>dl {
    display: flex;
    height: 52px;
    flex-direction: row-reverse;
  }

  #nav a:active {
    background: #eee;
  }

  #nav dt {
    width: 30px;
    float: none;
    margin-top: 11px;
    margin-right: 20px;
  }

  #nav dd {
    float: none;
    width: 100%;
  }

  #nav dl .tit {
    font-size: 16px;
    color: #464646;
    transition: all .2s;
    margin-top: 8px;
  }

  #nav dl .txt {
    font-size: 11px;
    color: #464646;
    margin-top: 3px;
  }
}

.pro_side_bar {
  position: relative;
  width: 100%;
}

.pro_side_bar .title {
  position: relative;
  width: 99%;
  height: 70px;
  line-height: 70px;
  margin: 0px auto;
  text-align: left;
  font-size: 18px;
  color: #fff;
  background: #00a0e9;
  border: 1px solid #00a0e9;
  border-top: 0 !important;
}

.pro_side_bar .title img {
  height: 36px;
  width: auto;
  margin: 0 10px 0 20px;
}

.pro_side_bar>ul {
  width: 99%;
  margin: 0px auto;
  text-align: left;
  border: 1px solid #f0f0f0;
  border-top: 0 !important;
}

.pro_side_bar>ul>li {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0px auto;
  border-bottom: 1px solid #f0f0f0;
}
.pro_side_bar>ul>li>a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 20px;
  background: #fff;
  color: #666;
}